csslookup: Remove 'missing' bitmask
authorTimm Bäder <mail@baedert.org>
Thu, 22 Aug 2019 16:00:37 +0000 (18:00 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
commitecad4743bd50a8709a72856c5bb6ae7fa0df4254
tree9bf4629638533e26e4638f321947f340aad327ce
parentceb8aedf974fe1037e13735a6761b26713454369
csslookup: Remove 'missing' bitmask

It's almost never useful to have a bitmask here, since it's only used
for the intersection case in gtk_css_style_provider_lookup. However,
even if that returns true, we still need to check every single style
property for being set again in the look afterwards.

Just remove the bitmask.
gtk/gtkcsslookup.c
gtk/gtkcsslookupprivate.h
gtk/gtkcssprovider.c